ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / AutoCompleteBaseTagHelper<T,TControl> Class / For Property

In This Topic
    For Property (AutoCompleteBaseTagHelper<T,TControl>)
    In This Topic
    An expression to be evaluated against the current model.
    Syntax
    'Declaration
     
    Public Overridable Property For As ModelExpression
    public virtual ModelExpression For {get; set;}
    See Also